projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8dda3
)
(File Local Variables): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 15:28:07 +0000
(15:28 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 19 Oct 2008 15:28:07 +0000
(15:28 +0000)
doc/lispref/variables.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/variables.texi
b/doc/lispref/variables.texi
index 9f23ed156168de797ff45b0b93f6a9880bb320c1..8a94801148336f55999fa4cbcbf04a01751e49ed 100644
(file)
--- a/
doc/lispref/variables.texi
+++ b/
doc/lispref/variables.texi
@@
-1578,7
+1578,7
@@
function does not look for the @samp{mode:} local variable in the
@code{enable-local-variables} into account (@pxref{Auto Major Mode}).
This function works by walking the alist stored in
-@code{file-local-variables-alist}
, and applies
each local variable in
+@code{file-local-variables-alist}
and applying
each local variable in
turn. It calls @code{before-hack-local-variables-hook} and
@code{hack-local-variables-hook} before and after applying the
variables, respectively.